Builder FrameworkPythonCDocBuilderGetContextOn this pageGetContext Returns the current JS context. Please note, that for the .docbuilder file the CDocBuilder.GetContext method is not used. Syntax def GetContext(self); Example Python builder = docbuilder.CDocBuilder()context = builder.GetContext()